Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Spring Boot Interview Questions and Answers

Question: Explain thymeleaf in Spring Boot.
Answer: Thymelaf is a server-side Java template engine for a web application. It helps you to bring elegant natural templates to your web application.
<dependency>
       <groupId>org.springframework.boot</groupId>
       <artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook